Programming - Introducing Branches (If statements)

OPENING QUESTIONS: 

Please take a look at THIS code. It LOOKS like it should work, it doesn't throw any warnings or errors.... BUT.... it don't work.

Take a look at the comments, don't worry about naming errors Ver 1.64 is HERE (there are lots of those and you'll have to find 'em and fix 'em in part two in 10 minutes or so)

COURSE DOCUMENT: Ver 1.64 is HERE

WORK O' THE DAY

Welcome to 2nd Semester. You'll notice that this semester is all about programming in Java Script (almost). You've already got a bit of a 'flavor' for Code.Org App Lab but please keep in mind, that is what I call 'near' Java Script.

Much of the functionality is full blown JS, but there are a number of items/functions/blocks that have a substantial amount of (hidden) code behind the scenes. That's why if you dropped your app lab code into a browser and tried to run it as 'native' Java Script it will barf.

A few of you will have the opportunity to work in JS native, but we'll worry about that in the next coupla weeks.

═══════════════════════════

Now that we've found the main bugaboo in the opener, please open THIS (very bare bones, very basic) version, and find and fix the naming bogarts Ver 1.64 is HERE.